Serial port communications:
4.5. Q - How do I add more commands?
A - To add another command, you must do the following:
From the cmdproc.h file, add the new command to the SYS_COMMAND enum structure.
Then, add the new single letter command to the SYSCommandString structure.
Then, increment the
#define SYS_CNUM 18
line.
Now add the appropriate code to the serial.c (or telnet.c) source file which processes the
command.